type github.com/gotd/log.withLogger
5 uses
github.com/gotd/log (current package)
with.go#L32: return &withLogger{l: l, attrs: append([]Attr(nil), attrs...)}
with.go#L50: type withLogger struct {
with.go#L55: func (w *withLogger) Enabled(ctx context.Context, level Level) bool {
with.go#L59: func (w *withLogger) Log(ctx context.Context, level Level, msg string, attrs ...Attr) {
with.go#L66: func (w *withLogger) With(attrs ...Attr) Logger {
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |